
/*---------- import ---------*/
@import url('css/layout.css');
@import url('css/page.css');
/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 12px Verdana,Arial,Tahoma;
	font-family: 微软雅黑 ;
}
img {
	border: none;
}
a {
	color: #256EB1;
	text-decoration: none;
	font-family: 微软雅黑 ;

}
ul {
	list-style: none;
	margin:0px auto ;
}
input, select, button {
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}
.top{
	float: left ;
	width: 100%;
	background:#e8e8e8;
}
.top_hy{
	float: left ;
	width: 50%;
	font-size:14px;
	color: #000;
	line-height:40px;
}
.top_wzsy{
	float: right ;
	width: 23%;
}
.top_wzsy ul li{
	float: left ;
	width: 32%;
	border-left:1px #000 solid ;
	line-height:20px;
	text-align: center ;
	margin-top: 10px;
}
.top_wzsy ul li:first-child {
	border-left:none;
}
.top_wzsy ul li a{
	font-size:14px;
	color: #000;
}
.top_logo{
	float: left;
	width:100%;
}
.top_logoimg{
	float: left ;
	width:52%;
}
.top_logoimg img{
	max-width:600px;
	width:100%;
}
.top_dainhua{
	float: right ;
	width: 29%;
}
.top_dainhua img{
	max-width: 347px;
	width: 100%;
}
.dropdown{
	float: right ;
}
.btn-default{
	margin-top:35px;
}
#langchange{
	float: right ;
	margin-top:35px;
	line-height:30px;
	height:30px;
	width:110px;
	border-radius:5px;
	text-align: center ;
}
/*---------- stock ---------*/
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
	float: left ;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: 微软雅黑;
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: 微软雅黑;	
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}
/*****业务***/
.chanpzs{
	float: left ;
	width: 100%;
	padding-top:50px;
	padding-bottom: 40px;
}
.namermc{
	float: left ;
	width: 100%;
	background:url('../images/mcbj.png') no-repeat center center ; 
	padding-bottom:10px;
}
.namezw{
	float: left ;
	width: 100%;
	font-size:30px;
	color: #000;
	text-align: center ;
}
.nameyw{
	float: left ;
	width: 100%;
	text-align: center ;
	font-size:16px;
	color: #fff;
	text-transform: uppercase ;
	font-weight: lighter ;
	margin-top:10px;
}
.namermc1{
	float: left ;
	width: 100%;
	background:url('../images/mcbj1.png') no-repeat center center ; 
	padding-bottom:10px;
}
.namezw1{
	float: left ;
	width: 100%;
	font-size:30px;
	color: #fff;
	text-align: center ;
}
.nameyw1{
	float: left ;
	width: 100%;
	text-align: center ;
	font-size:16px;
	color: #fff;
	text-transform: uppercase ;
	font-weight: lighter ;
	margin-top:10px;
}

.chanpnr{
	float: left ;
	width: 100%;
	margin-top: 20px;
}
.chanpzc{
	float: left ;
	width: 23%;
}
.chanpflmc{
	float: left ;
	width: 100%;
	background:#014dad url('../images/cpfltb.jpg') no-repeat left center ; 
	font-size:25px;
	color: #fff;
	padding-left:75px;
	padding-top:10px;
	line-height: 22px;
	padding-bottom: 11px;
	border-bottom: 1px #fff solid ;
}
.chanpflmc span{
	font-size:14px;
	color: #fff;
}
.chanpflnr{
	float: left ;
	width: 100%;
}
.body_left{
    width:100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 18px;
}

.body_left_list{
    width: 100%;
    min-height: 1rem;
    position: relative;
}
.body_left_list >li{
    width: 100%;
    max-height: 35px;
    overflow: hidden;
    transition: all 0.5s;
}
.body_left_list >li:hover{
    max-height: calc(200 * 8px);
}
.body_left_list >li >label{
    width: 100%;
    height: 35px;
    background:#f0f0f0 ;
    line-height: 35px;
    position: relative;
    transition: all 0.5s;
    display: block;
}
.body_left_list >li:hover >label{
    background: #0144a3;
    color: #fff;
}
.body_left_list >li:hover >label span{
	color: #fff;
}
.body_left_list >li:hover >label >i:nth-child(3){
    transform: rotate(90deg);
}
.body_left_list >li >label >i:nth-child(1){
    padding-left:  30px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
}
.body_left_list >li >label >span{
   font-size: 16px;
    color: #323232;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.body_left_list >li >label >i:nth-child(3){
    position: absolute;
    top: 0;
    right:25px;
}
.body_left_list >li >label >a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.body_left_list >li >ul{
    width: 100%;
    min-height: 1px;
}
.body_left_list >li >ul >li{
    max-height: 40px;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
}
.body_left_list >li >ul >li:hover{
    max-height: calc(200 * 8px);
}
.body_left_list >li >ul >li >label{
    width: 100%;
    height:40px;
    background: #fff;
    position: relative;
    line-height: 40px;
    display: block;
    transition: all 0.5s;
}
.body_left_list >li >ul >li:hover >label{
	 background:#7eb4f9;
}
.body_left_list >li >ul >li:hover >label >span{
    color: #fff;
   
}
.body_left_list >li >ul >li:hover >label >i{
    color: #fff;
}
.body_left_list >li >ul >li >label >span{
    font-size:14px;
    padding-left: 40px;
    color: #a1a3ab;
    width: 150px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.body_left_list >li >ul >li >label >i{
    position: absolute;
    top: 0;
    right:25px;
    font-size: 14px;
}
.body_left_list >li >ul >li >label >a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
}

.chanpflnr ul li{
	float: left ;
	width: 100%;
	border-bottom: 1px #fff solid ;
}
.chanpflnr ul li a{
	float: left ;
	width: 100%;
	background: #f0f0f0 url('../images/flxtb1.jpg') no-repeat 15px center ;
	padding-left: 28px;
	font-size: 16px;
	color: #323232;
	line-height: 33px;
	font-weight: normal ;
}
.chanpfldh{
	float: left ;
	width: 100%;
	background:#0144a3 url('../images/fldhtb.jpg') no-repeat 11px center ; 
	font-size:16px;
	color: #fff;
	padding-left:70px;
	padding-top:12px;
	padding-bottom: 12px;
	line-height: 25px;
}
.chanpfldh span{
	font-size:21px;
	font-weight: bold ;
}
.chanpyc{
	float: right;
	width: 76%;
}
.chanpyc ul li{
	float: left ;
	width: 31%;
	margin:0px 1% 15px 1%;
}
.chanpyc ul li a{
	float: left ;
	width: 100%;
}
.chanpyc ul li a .chanptp{
	float: left ;
	width: 100%;
	border: 1px #e5e5e5 solid ;
}
.chanpyc ul li a .chanptp img{
	width: 100%;
}
.chanpyc ul li a .chanpname{
	float: left ;
	width: 100%;
	line-height: 35px;
	background:#e5e5e5;
	font-size:17px;
	color: #000;
	text-align: center ;
}
.chanpyc ul li a:hover .chanptp{
	border:1px #014dad solid ;
}
.chanpyc ul li a:hover .chanpname{
	background:#014dad;
	color: #fff;
}
.hengtiao{
	float: left ;
	width: 100%;
	background:url('../images/hentiao.jpg') no-repeat center center ; 
	height:259px;
}
/*****优势***/
.youshi{
	float: left ;
	width: 100%;
	background:#ebebeb; 
	padding-top:50px;
	padding-bottom:40px;
}
.youshibt{
	float: left ;
	width: 100%;
}
.youshibt img{
	width: 100%;
}
.youshinr{
	float: left ;
	width: 100%;
	margin-top: 20px;
}
.youshinr ul li{
	float: left ;
	width: 100%;
}
.youshinr ul li.ys1{
	width:100%;
	float: left ;
}
.youshinr ul li.ys1 .yswz{
	float: left ;
	width: 57%;
	background:url('../images/youshi1.jpg') no-repeat left top ; 
	padding-left:96px;
}
.youshinr ul li.ys1 .yswz .yswzbtnr{
	float: left ;
	width: 100%;
	border-bottom:1px #a0a0a0 dashed ;
}
.youshinr ul li.ys1 .yswz .yswzbtnr .yswzbt{
	float: left ;
	width: 100%;
	font-size:26px;
	font-weight: bold ;
	color: #0144a3;
}
.youshinr ul li.ys1 .yswz .yswzbtnr .yswzbt span{
	color:#181818;
}
.youshinr ul li.ys1 .yswz .yswzbtnr .yswzbtyw{
	float: left ;
	width: 100%;
	text-transform: uppercase ;
	font-size:12px;
	color: #737373;
	font-weight: lighter ;
	line-height:25px;
}
.youshinr ul li.ys1 .yswz .yswzjs{
	float: left ;
	width: 100%;
}
.youshinr ul li.ys1 .yswz .yswzjs p{
	font-size:14px;
	color: #1b1b1b;
	line-height:25px;
	background: url('../images/youshixb.jpg') no-repeat left 5px ; 
	padding-left:25px;
	margin:10px 0px;
	float: left ;
}
.youshinr ul li.ys1 .ysimg{
	float: right ;
	width: 42%;
}
.youshinr ul li.ys1 .ysimg img{
	width: 100%;
	max-width:502px;
}
.youshinr ul li.ys2{
	float: left ;
	width: 100%;
	margin-top:30px;
	margin-bottom:30px;
}
.youshinr ul li.ys2 .ysimg{
	float: left ;
	width: 45%;
}
.youshinr ul li.ys2 .ysimg img{
	width:100%;
	max-width:534px;
}
.youshinr ul li.ys2 .yswz{
	float: right ;
	width:54%;
	background:url('../images/youshi2.jpg') no-repeat left top ; 
	padding-left:96px;
	margin-top:44px;
}
.youshinr ul li.ys2 .yswz .yswzbtnr{
	float: left ;
	width: 100%;
	border-bottom:1px #a0a0a0 dashed ;
}
.youshinr ul li.ys2 .yswz .yswzbtnr .yswzbt{
	float: left ;
	width: 100%;
	font-size:26px;
	font-weight: bold ;
	color: #0144a3;
}
.youshinr ul li.ys2 .yswz .yswzbtnr .yswzbt span{
	color:#181818;
}
.youshinr ul li.ys2 .yswz .yswzbtnr .yswzbtyw{
	float: left ;
	width: 100%;
	text-transform: uppercase ;
	font-size:12px;
	color: #737373;
	font-weight: lighter ;
	line-height:25px;
}
.youshinr ul li.ys2 .yswz .yswzjs{
	float: left ;
	width: 100%;
}
.youshinr ul li.ys2 .yswz .yswzjs p{
	font-size:14px;
	color: #1b1b1b;
	line-height:25px;
	background: url('../images/youshixb.jpg') no-repeat left 5px ; 
	padding-left:25px;
	margin:10px 0px;
	float: left ;
}
.youshinr ul li.ys3{
	width:100%;
	float: left ;
}
.youshinr ul li.ys3 .yswz{
	float: left ;
	width: 57%;
	background:url('../images/youshi3.jpg') no-repeat left top ; 
	padding-left:96px;
	margin-top:40px;
}
.youshinr ul li.ys3 .yswz .yswzbtnr{
	float: left ;
	width: 100%;
	border-bottom:1px #a0a0a0 dashed ;
}
.youshinr ul li.ys3 .yswz .yswzbtnr .yswzbt{
	float: left ;
	width: 100%;
	font-size:26px;
	font-weight: bold ;
	color: #0144a3;
}
.youshinr ul li.ys3 .yswz .yswzbtnr .yswzbt span{
	color:#181818;
}
.youshinr ul li.ys3 .yswz .yswzbtnr .yswzbtyw{
	float: left ;
	width: 100%;
	text-transform: uppercase ;
	font-size:12px;
	color: #737373;
	font-weight: lighter ;
	line-height:25px;
}
.youshinr ul li.ys3 .yswz .yswzjs{
	float: left ;
	width: 100%;
}
.youshinr ul li.ys3 .yswz .yswzjs p{
	font-size:14px;
	color: #1b1b1b;
	line-height:25px;
	background: url('../images/youshixb.jpg') no-repeat left 5px ; 
	padding-left:25px;
	margin:10px 0px;
	float: left ;
}
.youshinr ul li.ys3 .ysimg{
	float: right ;
	width: 42%;
}
.youshinr ul li.ys3 .ysimg img{
	width: 100%;
	max-width:502px;
}
/******公司简介****/
/*****荣誉****/
/*****新闻***/
.xinwen{
	float: left ;
	width: 100%;
	padding-top:50px;
	padding-bottom:40px;
}
.xinwennr{
	float: left ;
	width: 100%;
	margin-top:20px;
}
.xinwennr a{
	float: left ;
	width: 100%;
}
.xinwennr a .xinwenimg{
	float: left ;
	width: 100%;
	border:1px #b8b8b8 solid ;
}
.xinwennr a .xinwenimg img{
	width:100%;
	overflow: hidden ;
}
.xinwennr a .xinwendyt{
	float: left ;
	width: 100%;
	background:#f4f4f4;
	padding:22px 22px 22px 7px;
}
.xinwennr a .xinwendyt .xinwendytname{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #000;
}
.xinwennr a .xinwendyt .xinwendyttime{
	float: left ;
	width: 100%;
	font-size:12px;
	margin-top:15px;
	color: #7f7f7f;
}
.xinwennr a .xinwendyt .xinwendytnr{
	float: left ;
	width: 100%;
	font-size:14px;
	text-indent:2em;
	color: #686868;
	line-height:20px;
	margin-top:15px;
}
.news{
	float: left ;
	width: 100%;
	margin-top:20px;
}
.news ul li{
	float: left ;
	width: 100%;
	margin-top:10px;
	border-bottom:1px #686868 dashed ;
	padding-bottom:23px;
	margin-bottom:40px;
	
}
.news ul li a{
	float: left;
	width: 100%;
}
.news ul li a .newstime{
	float: left ;
	width: 80px;
	border:1px #bcbbbb solid ;
	text-align: center ;
	font-size:30px;
	color: #0563c7;
	line-height:20px;
	padding:18px 0px 13px 0px;
}
.news ul li a .newstime span{
	font-size:14px;
	color: #686868;
}
.news ul li a .newsxi{
	float: right ;
	width: 470px;
}
.news ul li a .newsxi .nwesname{
	float: left ;
	width: 100%;
	font-size:16px;
	color:#000;
}
.news ul li a .newsxi .newsnr{
	float: left ;
	width: 100%;
	margin-top:15px;
	line-height:20px;
	color: #686868;
	text-indent:2em;
}

/******底部****/
.foot{
	float: left ;
	width: 100%;
	background: #222222;
	padding-top: 50px;
	padding-bottom: 45px;
}
.foot_dh{
	float: left ;
	width: 68%;
}
.foot_dhxx{
	float: left;
	width: 100%; 
	border-bottom:1px #787878 solid ;
}
.foot_dhxx ul li{
	float: left ;
	width: 12%;
	text-align: center ;
	line-height: 50px;
}
.foot_dhxx ul li a{
	font-size:14px;
	color: #fff;
}
.foot_lx{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #fff;
	margin-top:30px;
}
.foot_gsmc{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #fff;
}
.foot_lx p{
	font-size:14px;
	float: left ;
	color: #fff;
	margin:20px 0px 0px 0px;
	padding-right:40px;
}
.foot_lxfs{
	float: left ;
	width: 30%;
	font-size:14px;
	color: #fff;
	line-height: 33px;
	margin-top:25px;
}
.foot_lxfs1{
	float: left ;
	width: 100%;
	font-size:14px;
	color: #fff;
	line-height: 33px;
}
.foot_ewhqq{
	float: right ;
	width: 14%;
	margin-right: 8%;
}
.foot_ewm{
	float: left ;
	width: 100%;
	font-size:14px;
	margin-top:22px;
	color: #fff;
	line-height: 50px;
	text-align: center ;
}
.foot_ewm img{
	width: 100%;
	max-width: 118px;
	margin:auto;
}
.foot_qq{
	float: left ;
	width: 100%;
	margin-top: 15px;
}
.foot_qq a img{
	width: 100%;
}
.foot_dt{
	float: right ;
	width: 381px;
	height: 274px;
	border:4px #fff solid ;
	border-radius:5px;
}
.foot_dt img{
	width: 100%;
}
.foot_db{
	float: left ;
	width: 100%;
	background: #1f2227;
}
.foot_bqsy{
	float: left ;
	width: 50%;
	line-height: 55px;
	font-size:14px;
	color: #fff;
}
.foot_dbbq{
	float: left ;
	width: 100%;
	background: #0d0d0d;
	line-height: 50px;
	text-align: center ;
	font-size: 14px;
	color: #fff;
}










.pagination-wrapper1 {
	margin: 20px 0;float:left;
}
.pagination1 {
	height: 34px;
	text-align: center;
}
.pagination1 li {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #333;

}
.pagination1 li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 0 8px;
}
.pagination1 li a:hover {
	background: #1f96ef;
	color: #fff;
	
}
.pagination1 li.thisclass {
	background: #1f96ef;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.pagination1 li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #971b21;
	color: #fff;
	cursor: default;
}
.footer_nav{
	display: none ;
	background:#30343f;
}
.foot_nav{ width:33%; float:left;text-align:center; line-height: 28px;} 

.foot_nav a{color:#fff;display:block; font-size: 16px;}
.foot_nav a:hover {
	color: #fff;
}

.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}

.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.foot_nav span img{
	width: 25%;
}
.nychanp{
	float: left ;
	width: 100%;
}
.nychanpmc{
	float: left ;
	width: 50%;
	font-size:18px;
	color: #000;
	line-height: 60px;
}
.nychanpfh{
	float: right ;
	width: 11%;
	line-height: 35px;
	text-align: center;
	background:#ff0000;
	border-radius:10px;
	margin-top: 10px;
}
.nychanpfh a{
	font-size:18px;
	color: #fff;
}
.nychanpnrjs{
	float: left ;
	width: 100%;
	margin-top: 25px;
	background:#e6e6e6;
	padding:15px;
}
.nychanpnrimg{
	float: left ;
	width: 100%;
	text-align: center ;
}
.nychanpnrimg img{
	width: 100%;
	max-width:600px;
	margin:auto;
}
.nychanpnrgs{
	float: left ;
	width: 100%;
	padding:30px;
}
.nychanpnrgsmc{
	float: left ;
	width: 100%;
	font-size:18px;
	color: #000;
}
.nychanpnrgsjs{
	float: left ;
	width: 100%;
	margin-top: 20px;
	text-indent: 2em;
}
.tab{
	float: left ;
	width: 100%;
	margin-top: 35px;
}
	.demo{padding: 1em 0;}
	a:hover,a:focus{
		outline: none;
		text-decoration: none;
	}
	.nav-tabs a:hover{ color:#fff;}
	.tab .nav-tabs{
		/*border: 1px solid #1fc1dd;*/
		background-color:#ddd;
		position:inherit;
	}
	.tab .nav-tabs li{
		margin: 0; border-right:1px solid #fff;
	}
	.tab .nav-tabs li a{
		font-size: 18px;
		font-weight:bold ;
		color: #575a56;
		
		margin: 0;
		padding:7px 53px 7px 54px;
		border-radius: 0;
		border: none;
		/*border-right: 1px solid #ddd;*/
		text-transform: uppercase;
		position: relative;
	}
	.tab .nav-tabs .active a{ color: #575a56;}
	.tab .nav-tabs .active a:hover{ color:#fff;}
	.tab .nav-tabs li a:hover{

	
	}
	.tab .nav-tabs li.active a,
	.tab .nav-tabs li.active a:hover{
		color: #fff;
		border: none;
		font-size:18px;
		font-weight:bold;
		background:#125cb9;
		/*border-right: 1px solid #ddd;*/
	}
	.tab .nav-tabs li.active a:before{
		content: "";
		width: 58%;
		height: 0px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.tab .nav-tabs li.active a:after{
		content: "";
		/*border-top: 10px solid #1fc1dd;*/
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		position: absolute;
		bottom: -10px;
		left: 43%;
	}
	.tab .tab-content{
	    clear:both;
		font-size: 14px;
		color: #333;
		line-height: 25px;
		background: #fff;
		padding: 10px;
		border: 1px solid #ddd;
		border-top: none;
	}
	.tab .tab-content h3{
		font-size: 24px;
		color: #333;
		margin-top: 0;
	}
	@media only screen and (max-width: 480px){
		.tab .nav-tabs li{
			width: 100%;
			text-align: center;
		}
		.tab .nav-tabs li.active a,
		.tab .nav-tabs li.active a:after,
		.tab .nav-tabs li.active a:hover{
			border: none; 
		}
	}
		@media only screen and (max-width: 1000px){
	.tab .nav-tabs li{margin: 0; border-right:1px solid #fff; width:20%;}
		.tab .nav-tabs li a{
		font-size: 14px;
		color: #575a56;
		
		margin: 0;
		padding:0px;
		border-radius:0;
		border: none;
		/*border-right: 1px solid #ddd;*/
		text-transform: uppercase;
		position: relative;
	}
		}

@media screen and (max-width: 800px) {
.navbar-brand{
	width: 80%;
}
	.navbar-toggle {
		border: 1px solid rgb(255, 255, 255);
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-nav {
		float: none;
		margin-top: 2em;
		text-align: center;
		margin: 0;
	}
	.navbar-top {
		position: relative;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0;
		width: 100%;
		z-index: 99;
		position: absolute;
		background: hsla(0, 0%, 0%, 0.75);
	}
	ul.nav.navbar-nav li a {
		margin: 1em 0;
	}
	.w3-button {
		width: 33%;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	.callbacks_tabs {
		left: 41%;
		top: 80%;
	}
	.services-icon-info p {
		margin: 1em auto 0;
		line-height: 1.8em;
		width: 70%;
	}
	.services-right-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.gallery-grids-left {
		width: 50%;
		float: left;
	}
	.g-captn {
		width: 321px;
		height: 185px;
	}
	.g-captn h4 {
		font-size: 1.5em;
		margin: 2em 0 0 0;
	}
	.w3ls-button a,
	.w3l-button a,
	.w3ls-about-left a {
		padding: .2em 1.4em;
	}
	.contact input[type=text], .contact input[type=email], .contact textarea {
		width: 100%;
		float: none;
	}
	.contact-right.agileits-w3layouts {
		float: none;
		padding: 0;
		margin-bottom: 0.5em;
	}
	.free_agile_consultaion_img {
		min-height: 507px;
	}
	ul.nav.navbar-nav li a {
		font-size: .9em;
		line-height: 20px;
		color: #fff;
	}
	.container_sp{
	width: auto ;
}
.top_wzsy{
	display: none ;
}
.top_hy{
	width:100%;
	padding:0px 15px;
}
.top_dainhua{
	display: none ;
}
.top_logoimg{
	width:70%;
	padding-left:15px;
}
.scrollsidebar{
	display: none ;
}
.chanpzc{
	display: none ;
}
.chanpyc{
	width:100%;
}
.chanpyc ul li{
	width:48%;
}
.hengtiao{
	display: none;
}
.youshinr ul li.ys1 .ysimg{
	display: none ;
}
.youshinr ul li.ys2 .ysimg{
	display: none ;
}
.youshinr ul li.ys3 .ysimg{
	display: none;
}
.youshi{
	padding-top:20px;
}
.youshinr{
	padding:0px 15px;
}
.youshinr ul li.ys1 .yswz{
	width:100%;
	background:none;
	padding-left:0px;
}
.youshinr ul li.ys2 .yswz{
	width:100%;
	background:none;
	padding-left:0px;
	margin-top:0px;
}
.youshinr ul li.ys3 .yswz{
	width:100%;
	background:none;
	padding-left:0px;
	margin-top:0px;
}
.news ul li a .newstime{
	display: none;
}
.news ul li a .newsxi{
	width:100%;
}
.foot{
	display: none ;
}
.foot_dbbq{
	line-height:25px;
	padding-bottom: 70px;
}
  .navbar{ margin:0px; border:none;}

      .navbar-default .navbar-brand {color: #fff; font-size: 16px;}

      .navbar-default .navbar-brand:hover,

      .navbar-default .navbar-brand:focus {color: #fff;}

      .navbar-toggle{border:none;}

      .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}

      .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {

        background-color:  #FF2828;

      }

      .navbar-default .navbar-toggle .icon-bar{background-color: #fff;}

      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;}

      .navbar-default .navbar-nav > li {}

      .navbar-default .navbar-nav > li:last-child{border: none;}

      .navbar-default .navbar-nav > li > a,

      .navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #fff;}

      .navbar-default .navbar-nav > li > a:hover,

       .navbar-default .navbar-nav > li > a:focus,

       .navbar-default .navbar-nav > .active > a, 

       .navbar-default .navbar-nav > .active > a:hover, 

       .navbar-default .navbar-nav > .active > a:focus,

       .navbar-default .navbar-nav > .open > a, 

       .navbar-default .navbar-nav > .open > a:hover, 

       .navbar-default .navbar-nav > .open > a:focus,

       .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{

        background-color:  #800000; color: #fff;}

	.footer_nav{ display: block ;}
}






